/* Создано myst1c'ом и пользоваться даннам дизайном может только myst1c */
/* Кто посмоет взять данный дизайн того будут подсижевать под дверью двушечники и кемпирить */
body {
    background-color: #181924;
}
*, a, h1, h2, p {
    font-family: Inter, sans-serif !important;
    font-weight: 200;
}
/* Верхушка */
.Banner-module__img {
    display: none;
}
.Header-module__wrapper {
    background-color: #1d202f;
    margin-bottom: 15px;
    padding: 15px 20px;
    min-height: 50px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
    border-radius: 20px;
    box-shadow: 2.5px 2.5px 10px 0px rgb(0 0 0 / 20%);
}
.PlayerMenu-module__wrapper {
    padding: 0px 5px;
    margin-left: auto;
    display: flex;
    align-items: center;
    background-color: #25283b;
    border-radius: 12.5px;
    column-gap: 0px;
}
.PlayerMenu-module__wrapper:hover {
    background-color: #2b2f45;
}
.LangSwitcher-module__currentLang {
    display: none !important;
}
.HeaderNav-module__wrapper /*[href="/"]*/ {
    display: none !important;
}
.Header-module__logo {
    width: 180px;
    padding: unset;
    height: 45px;
    background-repeat: no-repeat;
    background-image: url(https://i.imgur.com/Xh5QqIo.png);
    background-position: 100%;
    background-size: auto 100%;
    color: transparent !important;
    display: flex;
    align-items: center;
    position: relative;
}
.PlayerMenu-module__loginLink {
    visibility: hidden;
    font-size: 0;
}
.PlayerMenu-module__loginLink::before {
    content: "Войти через Steam";
    visibility: visible;
    font-size: 14px;
    text-transform: none;
}
/* Мониторинг */
.boxHeader {
    display: none;
}
.Widgets-module__widgetWrapper .boxFooter {
    display: none;
}
.MonitoringWidget-module__body {
    background: #fff0;
}
.MonitoringServer-module__wrapper {
    background: #1d202f;
    padding: 10px 10px 10px 10px;
    width: 265px;
    margin-left: -15px;
    border-radius: 15px;
    margin-bottom: -5px;
}
.MonitoringServer-module__progressBarWrapper {
    margin-bottom: 6px;
    border-radius: 2px;
    position: relative;
    width: 100%;
    height: 5px;
    overflow: hidden;
    background-color: #181924;
}
.MonitoringServer-module__progressWrapper {
    width: 100%;
}
.MonitoringServer-module__progressBarAnim {
    background: conic-gradient(from -30deg at 25%, #c73c2e 240deg, #c73c2e 0%) 0 / 1.44em, conic-gradient(from -30deg at 75%, rgba(255, 255, 255, .15) 240deg, transparent 0%) 0 / 1.44em;
    box-shadow: inset 0 0 5px #0000 !important;
}
.MonitoringServer-module__progressBar {
    background-image: linear-gradient(90deg, #c73c2e var(--online-players), var(--monitoring-joining-color) var(--online-players), var(--monitoring-joining-color) var(--joining-players), var(--monitoring-queue-color) var(--joining-players), var(--monitoring-queue-color) var(--queued-players), transparent var(--queued-players));
}
.MonitoringServer-module__link, .MonitoringServer-module__btn {
    visibility: hidden;
    font-size: 0;
}
.MonitoringServer-module__link, .MonitoringServer-module__btn::after {
    content: "Подключиться";
    visibility: visible;
    font-size: 12px;
    text-transform: none;
    background-color: #25283b;
    padding: 5px;
    border-radius: 10px;
}
.MonitoringServer-module__link, .MonitoringServer-module__btn {
    visibility: hidden;
    font-size: 0;
    /* margin-top: -50px; */
}
.MonitoringServer-module__icon {
    display: ruby;
}
.MonitoringServer-module__btn:hover:after {
    background: #2b2f45;
}
.MonitoringWidget-module__body {
    padding: 0px !important;
    margin-left: 15px;
}
.MonitoringServer-module__progressInfo {
    display: none;
}
/* Карты */
.MonitoringServer-module__wrapper:nth-child(2) .MonitoringServer-module__name:after {
    content: "Trio Procedural";
    font-weight: 100;
    margin-left: 4px;
    font-size: 12px;
    opacity: 0.5;
    transition: all 0.5s ease-out;
    color: #b9b9b9;
}
.MonitoringServer-module__wrapper:nth-child(3) .MonitoringServer-module__name:after {
    content: "Duo Procedural";
    font-weight: 100;
    margin-left: 4px;
    font-size: 12px;
    opacity: 0.5;
    transition: all 0.5s ease-out;
    color: #b9b9b9;
}
.MonitoringServer-module__wrapper:nth-child(3) {
    margin-bottom: -10px;
}
/* Общий онлайн */
.MonitoringServer-module__wrapper:nth-child(4) {
    display: none;
}
/* Поиск */
.Search-module__wrapper {
    background: #1d202f;
    border-radius: 15px;
    margin-top: -10px;
}
.Search-module__iconWrapper {
    background: #25283b;
}
/* Категории */
.Categories-module__categories {
    text-align: center;
    margin-bottom: 15px;
    display: flex; /*flex*/
    width: 54px;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    transform: translateX(865px) rotate(360deg) translateY(-2.5px);
    background: #1c203000; /*#1c2030*/
    border-radius: 5px 15px 5px 15px;
    padding: 2px;
    transition: width .2s ease-in-out;
}
.Categories-module__categories:hover {
    width: auto;
}
.Categories-module__category {
    color: #fff;
    background: #1d202f;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 40px; /*40px*/
    height: 40px;
    text-align: center;
    border-radius: 5px 15px 5px 15px;
    /*transition: 1s;*/
    display: flex;
    font-size: 0rem;
}
.Categories-module__categories .Categories-module__category:hover {
    font-size: 0.9rem;
    width: auto;
}
.Categories-module__category:before {
    float: left;
    display: flex;
    width: 24px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.3rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 8px;
    margin-left: -4px;
    text-align: center;
}
.Categories-module__category.Categories-module__enableFocus:focus {
    background-color: #25283b;
}
.Categories-module__category .Categories-module__active, .Categories-module__category:hover {
    background-color: #25283b;
}
.Categories-module__category.Categories-module__active {
    background-color: #25283b;
}

.Categories-module__category:nth-child(1):before { content: "\f0c9"; } .Categories-module__category:nth-child(2):before { content: "\f219"; } .Categories-module__category:nth-child(3):before { content: "\f06b"; } .Categories-module__category:nth-child(4):before { content: "\f0fb"; } .Categories-module__category:nth-child(5):before { content: "\f1bb"; } .Categories-module__category:nth-child(6):before { content: "\f085"; } .Categories-module__category:nth-child(7):before { content: "\f135"; } .Categories-module__category:nth-child(8):before { content: "\f1e2"; } .Categories-module__category:nth-child(9):before { content: "\f0e3"; } .Categories-module__category:nth-child(10):before { content: "\f0fa"; } .Categories-module__category:nth-child(11):before { content: "\f278"; } .Categories-module__category:nth-child(12):before { content: "\f015"; } .Categories-module__category:nth-child(13):before { content: "\f21d"; } .Categories-module__category:nth-child(14):before { content: "\f0e7"; }
/* Основа магазина */
.Shop-module__wrapper .boxBody {
    background: #1d1b1a00;
    padding: 0px;
}
.Shop-module__wrapper {
    margin-top: 10px;
}
/* Товары */
.Product-module__wrapper {
    background: #1d202f;
    position: relative;
    padding: 25px 10px 20px 10px;
    cursor: pointer;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
    height: 250px;
    border-radius: 20px;
}
.Product-module__name {
    z-index: 6;
    width: 100%;
    padding: 10px 8px;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0%);
    color: #fff;
    font-weight: 400;
    margin-left: 5px;
    transition: none;
    transform: none;
    width: 120px;
}
.Product-module__oldPrice {
    display: none;
}
.Product-module__count {
    display: none;
}
.Product-module__price {
    top: 217.4px;
    left: 115px;
    background-color: #25283b00;
    padding: 3px 6px;
    display: flex;
    border-radius: 15px;
    position: absolute;
    width: 85px;
    align-items: flex-end;
    flex-direction: row-reverse;
}
.Product-module__price span {
    background-color: #25283b;
    padding: 3px 6px;
    border-radius: 15px;
}
.Product-module__discount {
    top: 7.5px;
    right: 10px;
    background-color: rgb(158 243 120 / 80%);
    color: #000;
    padding: 3px 6px;
    border-radius: 15px;
}
/* footer */
.DesktopCopyright-module__wrapper {
    border-radius: 15px 15px 15px 5px !important;
    background-color: #1d202f !important;
    font-size: 12px;
    padding: 8px !important;
}
/* Карточки товаров */
.ProductModal-module__dropdown .boxBody {
    background: #1d202f00;
    padding: 0px !important;
}
.productModalImg {
    display: none;
}
.ProductModal-module__dropdown {
    width: 360px;
    background: #1d202f;
    padding: 20px;
    border-radius: 15px;
}
.ProductModal-module__dropdown .boxHeader {
    display: flex;
    background-color: #1d202f00;
    justify-content: space-evenly;
    font-weight: 500;
    color: #fff;
    border: solid #25283b 1px;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 15px;
}
.ProductItemSelector-module__label {
    font-weight: 100;
    color: #fff;
}
.ProductItemSelector-module__serverSelector .dropDownCurrentItem {
    background-color: #1d202f;
    border: solid #25283b 1px;
    border-radius: 15px;
    color: #fff;
}
.dropDownCurrentItem:hover, .dropDownCurrentItem:focus {
    outline: 1px solid #25283b00;
    border: solid #25283b 1px;
}
.dropDownList {
    background: #1d202f;
    border-radius: 15px;
    border: solid #25283b 1px;
}
.dropDownItem:hover {
    background: #22273b;
    border-radius: 10px;
}
.dropDownItem {
    background: #22273b00;
    border-radius: 10px;
}
.productModalDescription {
    background-color: #28282800;
    border-radius: 15px;
    padding: 0px;
}
/* Описание */
.desc-service {
    padding: 2% 4%;
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    background-color: #22273b;
    border-radius: 15px;
}
.text-container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.desc-text {
    font-size: 14px;
    color: rgb(255 255 255) !important;
    font-weight: 600;
}
.desc-text-info {
    font-weight: 300;
    font-size: 12px;
    color: #adadad;
    text-align: left;
}
/* Анимации */
@keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@-webkit-keyframes pulsing {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
  }
  50% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@keyframes pulsing {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
  }
  50% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px
    }
    100% {
        background-position: 500px 1000px, 400px 400px
    }
}
@-webkit-keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}
@keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}
@-webkit-keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@-webkit-keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}
@keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}